home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / flappy.swf / scripts / DefineButton2_163 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  105 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.nextFrame();
  4.    _root.gameOverScreen.removeMovieClip();
  5. }
  6.